翻訳と辞書
Words near each other
・ Sembabule
・ Sembabule District
・ Sembach
・ Sembach Kaserne
・ Sembadel
・ Sembah
・ Semantic heterogeneity
・ Semantic holism
・ Semantic HTML
・ Semantic integration
・ Semantic Intelligence
・ Semantic interoperability
・ Semantic Interoperability Centre Europe
・ Semantic Interoperability Community of Practice
・ Semantic interpretation
Semantic Interpretation for Speech Recognition
・ Semantic knowledge management
・ Semantic layer
・ Semantic lexicon
・ Semantic loan
・ Semantic mapper
・ Semantic mapping
・ Semantic mapping (literacy)
・ Semantic mapping (statistics)
・ Semantic matching
・ Semantic MediaWiki
・ Semantic memory
・ Semantic network
・ Semantic neural network
・ Semantic overload


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Semantic Interpretation for Speech Recognition : ウィキペディア英語版
Semantic Interpretation for Speech Recognition

Semantic Interpretation for Speech Recognition (SISR) defines the syntax and semantics of annotations to grammar rules in the Speech Recognition Grammar Specification (SRGS). Since 5 April 2007, it is a World Wide Web Consortium recommendation.〔(Semantic Interpretation for Speech Recognition (SISR) Version 1.0 )〕
By building upon SRGS grammars, it allows voice browsers via ECMAScript to semantically interpret complex grammars and provide the information back to the application. For example, it allows utterances like "I would like a Coca-cola and three large pizzas with pepperoni and mushrooms." to be interpreted into an object that can be understood by an application. For example, the utterance could produce the following object named order:


}

If used against this grammar that includes SISR markup in addition to the standard SRGS grammar in XML format:


"http://www.w3.org/TR/speech-grammar/grammar.dtd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2001/06/grammar
http://www.w3.org/TR/speech-grammar/grammar.xsd"
version="1.0" mode="voice" tag-format="semantics/1.0" root="order">

I would like a

out.drink = new Object(); out.drink.liquid=rules.drink.type;
out.drink.drinksize=rules.drink.drinksize;

and

out.pizza=rules.pizza;



coke
pepsi
coca colaout="coke";



out="medium";


smallout="small";
medium
largeout="large";
regularout="medium";





out=new Array;

out.push(rules.top);

and

out.push(rules.top);




anchovies
pepperoni
mushroomout="mushrooms";
mushrooms






out.drinksize=rules.foodsize; out.type=rules.kindofdrink;





out.pizzasize=rules.foodsize; out.number=rules.number;
pizzas with

out.topping=rules.tops;




out=1;

a
one


twoout=2;
threeout=3;




==See also==

* VoiceXML
* SRGS

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Semantic Interpretation for Speech Recognition」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.